home *** CD-ROM | disk | FTP | other *** search
- '------ VqString function declarations
- Declare Function VqVarLenStr Lib "vqstring.dll" (ByVal strng As String, ByVal Handle As Integer, ByVal Page As Long, ByVal Mode As Long) As Long
- Declare Function VqFixLenStr Lib "vqstring.dll" (ByVal strng As String, ByVal Handle As Integer, ByVal Page As Long, ByVal Mode As Long) As Long
-
- '------ Constants for VqString calls
-
- Global Const VqVarGetSize = -1
- Global Const VqGetString = -2
- Global Const VqPutString = -3
- Global Const VqUbound = -4
- Global Const VqVarMemUsed = -5
- Global Const VqVarMemFree = -6
- Global Const VqEraseString = -7
-
- '------ VqString error codes
-
- Global Const IllegalFunctionCall = -5
- Global Const OutOfMemory = -7
- Global Const SubscriptOutOfRange = -9
- Global Const OutOfStringSpace = -14
-
- '------ Global error variable for VqStrings
- Global VqError As Integer
-
-